4D Chart v13

CT GET CHART PART

Home

 
4D Chart v13
CT GET CHART PART

CT GET CHART PART 


 

CT GET CHART PART ( area ; object ; partType ; partSpecifics ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
partType  Integer in Receives type of object selected in area
partSpecifics  Longint in Receives specific part of selected object

The CT GET CHART PART command returns in the partType and partSpecifics parameters the codes for the chart object currently selected in the graph specified by area and object.

partType and partSpecifics specify the part of the graph that the user has selected. The codes for these parameters are listed in the section Parameter Codes.

Example  

This example gets the part codes for the selected series and sets the series fill pattern to solid and fill color to green.

 CT GET CHART PART(Area;$ChartID;$Type;$Specifics)
 If($Type=8) `Is it a series?
    CT SET CHART FILL ATTRIBUTES(Area;$ChartID;$Type;$Specifics;3;CT Index to color(10))
 End if

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14549

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1